go/types.object.Parent (method, view implemented interface methods)
3 uses
go/types (current package)
mono.go#L270: if obj.Parent() == root {
mono.go#L282: for scope := obj.Parent(); scope != root; scope = scope.Parent() {
object.go#L126: func (obj *object) Parent() *Scope { return obj.parent }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)